runtime.workType.empty (field)
5 uses
runtime (current package)
mgc.go#L320: empty lfstack // lock-free list of empty blocks workbuf
mgcwork.go#L354: if work.empty != 0 {
mgcwork.go#L355: b = (*workbuf)(work.empty.pop())
mgcwork.go#L410: work.empty.push(&b.node)
mgcwork.go#L461: work.empty = 0
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)